Motion.GetAxisInfo method

Gets information concerning an axis, such as modes, inputs directly related to the axis, and certain status information.

Namespace: IntervalZero.KINGSTAR.Local.Api

Assembly: IntervalZero.KINGSTAR.Local.Api (in IntervalZero.KINGSTAR.Local.dll) Version: 4.4.0.0

Syntax

C#VB
public KsReturn<McAxisInfo> GetAxisInfo(
       int Index
)
Public Function GetAxisInfo(
       Index As Integer
) As KsReturn(Of McAxisInfo)

Parameters

Index [in]

Type: int

The index of an axis. Indexes are zero based. Aliases affect this parameter.

Return value

Type: KsReturn<McAxisInfo>

Returns a KsError code and an McAxisInfo value.

Examples

C#
N/A

See also

Motion Class

IntervalZero.KINGSTAR.Local.Api Namespace